All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.acl.AllPermissionsImpl
java.lang.Object
|
+----sun.security.acl.PermissionImpl
|
+----sun.security.acl.AllPermissionsImpl
- public class AllPermissionsImpl
- extends PermissionImpl
This class implements the principal interface for the set of all permissions.
-
AllPermissionsImpl(String)
-
-
equals(Permission)
- This function returns true if the permission passed matches the permission represented in
this interface.
AllPermissionsImpl
public AllPermissionsImpl(String s)
equals
public boolean equals(Permission another)
- This function returns true if the permission passed matches the permission represented in
this interface.
- Parameters:
- another - The Permission object to compare with.
- Returns:
- s true always
All Packages Class Hierarchy This Package Previous Next Index